'宣言 Function CanRemoveRange( _ ByVal startingIndex As System.Integer, _ ByVal count As System.Integer _ ) As System.Boolean
System.bool CanRemoveRange( System.int startingIndex, System.int count )
パラメータ
- startingIndex
- The index of the items that would be removed.
- count
- The number of items to be removed.